Conversation description ...


Properties


ID

int ID

Gets the Conversation's ID number for interoperating with legacy code.


OptionCount

int OptionCount

Gets the number of options that this conversation has.


ShowTextParser

Gets whether this conversation allows the player to type in text.


Methods


DisplayOptions

Displays the options for this conversation and returns which one the player selected.


GetOptionState

DialogOptionState GetOptionState(int option)

Gets the enabled state for the specified option in this conversation.


GetOptionText

string GetOptionText(int option)

Gets the text of the specified option in this conversation.


HasOptionBeenChosen

Checks whether the player has chosen this option before.


Return

void Return()

Needed to return to Conversation Options ("RETURN")


SetOptionState

void SetOptionState(int option, DialogOptionState dialogOptionState)

Sets the enabled state of the specified option in this conversation.


Start

void Start()

Runs the conversation interactively.